Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add windows.graphics.directx.direct3d11.interop.h #106

Merged
merged 3 commits into from
Aug 4, 2020

Conversation

reflectronic
Copy link
Contributor

{
public static readonly Guid IID_IDirect3DDxgiInterfaceAccess = new Guid(0xA9B3D012, 0x3DF2, 0x4EE3, 0xB8, 0xD1, 0x86, 0x95, 0xF4, 0x57, 0xD3, 0xC1);

public static IInspectable* CreateDirect3DDevice(IDXGISurface* dxgiSurface)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an exclusion missing for this or did ClangSharp ignore it due to __cplusplus_winrt not being defined?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is ignored since it's under that define. Clang would have choked on the C++/CX if it was being processed.

@tannergooding tannergooding merged commit 62015a6 into terrafx:main Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants